+2004-12-15 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkcelleditable.sgml:
+ * gtk/tmpl/gtkcellview.sgml:
+ * gtk/tmpl/gtktreeviewcolumn.sgml:
+ * gtk/tmpl/gtktreeview.sgml:
+ * gtk/tmpl/gtktreesortable.sgml: Add/improve long
+ descriptions.
+
+ * gtk/glossary.xml: Remove a dangling link.
+
2004-12-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add new iconview methods.
+ Remove gtk_cell_view_set_value[s] for now.
2004-12-13 Matthias Clasen <mclasen@redhat.com>
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+The #GtkCellEditable interface must be implemented for widgets
+to be usable when editing the contents of a #GtkTreeView cell.
</para>
<!-- ##### SECTION See_Also ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+A #GtkCellView displays a single row of a #GtkTreeModel, using
+cell renderers just like #GtkTreeView. #GtkCellView doesn't support
+some of the more complex features of #GtkTreeView, like cell editing
+and drag and drop.
</para>
<!-- ##### SECTION See_Also ##### -->
@Returns:
-<!-- ##### FUNCTION gtk_cell_view_set_value ##### -->
-<para>
-
-</para>
-
-@cell_view:
-@renderer:
-@property:
-@value:
-
-
-<!-- ##### FUNCTION gtk_cell_view_set_values ##### -->
-<para>
-
-</para>
-
-@cell_view:
-@renderer:
-@Varargs:
-
-
<!-- ##### FUNCTION gtk_cell_view_set_model ##### -->
<para>
@color:
-<!-- ##### FUNCTION gtk_cell_view_set_cell_data ##### -->
-<para>
-
-</para>
-
-@cell_view:
-<!-- # Unused Parameters # -->
-@cellview:
-
-
<!-- ##### FUNCTION gtk_cell_view_get_cell_renderers ##### -->
<para>
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+#GtkTreeSortable is an interface to be implemented by tree models which
+support sorting. The #GtkTreeView uses the methods provided by this interface
+to sort the model.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
-
+#GtkTreeModel, #GtkTreeView
</para>
<!-- ##### STRUCT GtkTreeSortable ##### -->
linkend="GtkTreeModel">GtkTreeModel</link> interface.
</para>
+<para>
+Please refer to the <link linkend="TreeWidget">tree widget conceptual overview</link>
+for an overview of all the objects and data types related to the tree widget and how
+they work together.
+</para>
+
<!-- ##### SECTION See_Also ##### -->
<para>
#GtkTreeViewColumn, #GtkTreeSelection, #GtkTreeDnd, #GtkTreeMode, #GtkTreeSortable, #GtkTreeModelSort, #GtkListStore, #GtkTreeStore, #GtkCellRenderer, #GtkCellEditable, #GtkCellRendererPixbuf, #GtkCellRendererText, #GtkCellRendererToggle
<!-- ##### SECTION Long_Description ##### -->
<para>
-The GtkTreeViewColumn object is a visible column in a #GtkTreeView widget.
+The GtkTreeViewColumn object represents a visible column in a #GtkTreeView widget.
+It allows to set properties of the column header, and functions as a holding pen for
+the cell renderers which determine how the data in the column is displayed.
+</para>
+
+<para>
+Please refer to the <link linkend="TreeWidget">tree widget conceptual overview</link>
+for an overview of all the objects and data types related to the tree widget and how
+they work together.
</para>
<!-- ##### SECTION See_Also ##### -->